 html, body {
    height: 100%;
} 

html {
    background: rgb(239, 239, 245);
    /* background: rgb(231, 225, 195); */
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    /* padding: 20px 0; */
    
}

body {
     display: flex;
    flex-direction:column;
    font-family: Arial, Helvetica, sans-serif;
    background: rgb(239, 239, 245);
        /* overflow-y: scroll; */
}
p.homep{
    font-size: 2.3vh;
}
p.policy{
    text-indent: 3px;

}
h3 {
    text-align: center;
    text-decoration: underline;
}
h6 {
    overflow: hidden;
    text-align: center;
    font-family: Righteous;
    font-size: 30px;
   }
h6:before, h6:after {
    background-color: #333;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
   }
h6:before {
    right: 0.5em;
    margin-left: -50%;
   }
h6:after {
    left: 0.5em;
    margin-right: -50%;
   }
h5{
    font-style:italic;
    text-decoration: underline;
    /* text-decoration-style: dotted; */
    font-size: larger;
    margin-bottom:15px;
    text-align: left;
}

h4 {
    text-align:center;
    
    /* text-decoration: underline overline; */
    /* text-decoration-style: dotted; */

}
/* h4.form{
    font-family: 'Righteous', cursive;
    font-size: 100px;
} */
a{
    text-decoration: none;
}
p {
text-indent:2%;
font-size: 18px;
margin-right: 2px;

}
p.cap 
{
    margin: 5px 5px 5px 5px;
    font-size: 2.5vh;
    margin-left: .7vw;
    margin-right: .5vw;
}
ul > .cap, li > .cap{
    margin: 5px 5px 5px 5px;
    font-size: 2.4vh;
    margin-left: .7vw;
    margin-right: .5vw;
    list-style-type: disc;
}

/* ul > ul {
    list-style-type: circle;
} */

li > li:before {
    content: "-"; /* Insert content that looks like bullets */
    /* padding-right: 8px; */
    /* color: blue;  */
    /* Or a color you prefer */
  }

li::marker {
    list-style-type: none;
}
/* @media (hover: hover) and (pointer: fine) {
    .dropdown:hover .dropdown-content {
        display: block;
    }
}

@media (any-pointer:coarse) {
    .dropdown:hover .dropdown-content {
        display: block;
    }
} */
@media only screen and (max-width:600px) {
    .galleryflex {
        flex-flow:column nowrap;
    }
    .mainwidget {
        display:none;
    }
   
    }
@media only screen and (max-width:800px) {
        /* .main{
            max-width: 100vw;
        } */
        .jingle{
            font-size: 12px;
        }
          .galleryflex {
            flex-flow:row nowrap;
        }
        .mainwidget {
            display:none;
        }
        .fillerdiv {
            display:none;
            
        }
        .productflexcontainer {
        flex-flow:column nowrap;
        
    }
     /* .productimage{
            border-bottom: 1px solid;
            
        } */
    
    }
    
@media only screen and (min-width: 800px) {
        .main{
            max-width: 75%vw;
        }
        .galleryflex {
            flex-flow:row nowrap;
        }
        .mainwidget {
            display:flex;
        }
        .fillerdiv {
            width: 10vw;
        }
        .productflexcontainer {
            flex-flow:row nowrap;
        }
        /* .productimage{
            border-right:1px solid;
        } */

    }

/* .top-container 
{
    background-color: rgba(52, 126, 196, 0.699);
    display: block;
    height: 75px;
    padding-top: 20px;
    line-height: 40px;
    overflow: hidden;
    box-sizing: border-box;
} */
#pwg {
    /* background-color: rgba(52, 126, 196, 0.699); */

    text-align: center;
    font-family: 'Righteous', cursive;
    font-size: 40px;
    float: left;

    color: black;

    /* font-weight: bold; */
}
#etw {

    text-align: center;
    font-family: 'Righteous', cursive;
    font-size: 25px;
    float: right;


}
#navbar {
    overflow: visible;
    background-color: rgba(81, 81, 98);
    height: 52px;
    width: 100%;
}

#navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    
}

.nav-wrapper {
    height: 52px;
    flex-shrink: 0;
}

.sticky {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    /* transition: .1s; */
    z-index:2;
}
.sticky + .content {
    padding-top: 60px;
}

.stickyside {
        top:52px;
        display: block;
        position: fixed;

}
.content {
    padding: 16px;
}

.dropdown {
    float: left;
    overflow: hidden;

}
.main {
    display: flex;
    flex-flow:row nowrap;
    
    flex:1 1 auto;
    /* height:100%; */
}

.mainhome {
    display:flex;
    flex-flow:column nowrap;
    margin: 0px 0px 15px 0px;
}

.flexBody {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 1%;
    /* flex:20 1 auto; */
    /* text-align: center; */
}

#w3sidebar1 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
     color:black;
     background-color: rgba(41, 41, 61,.4);
    min-height: 100%; 
     text-align: left;
    flex: 0 1 auto;
    top: auto; 
    /* border-right: .5px solid; */
    /* min-width: 10%; */
    padding-right:10px;
    max-width: 15vw;
}


 /* #w3sidebar1 > button {
width: 100%;
display: block;
padding: 8px 16px;
text-align: left;
border: none;
float: none;
outline: 0;
white-space: normal;
}  */


.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

#navbar a:hover, .dropdown:hover .dropbtn {
    background-color:rgba(0,0,0,.1);
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(81, 81, 98);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;

}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 2;
}


.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*  */
/* dropclones  */
.dropdown1 {
    float: left;
    overflow: hidden;
}

.dropdown1 .dropbtn1 {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

#navbar a:hover, .dropdown1:hover .dropbtn1 {
    background-color:rgba(0,0,0,.1);
}

.dropdown1-content {
    display: none;
    position: absolute;
    background-color: rgba(81, 81, 98);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;

}

.dropdown1-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 2;
}


.dropdown1-content a:hover {
    background-color: #ddd;
}

.dropdown1:hover .dropdown1-content {
    display: block;
}
/*  */

a.title {
    margin-left: 13%;
    max-height: 100px;
    /* background-color: black; */
    overflow: hidden;

    /* width: 100%; */
    margin-right: auto;
    flex: auto;
    text-align: left;

}



.openbtn {
    background-color: rgb(194, 187, 187);
    font-size: 30px;
    text-align: center;
    width: 100px;
    height: 100px;
}


a:link {
    color: none;
    text-decoration: none;
    text-align: left;
    /* font-size: ; */
}
a:visited {
    color:none;
}

.active {
    color: #064579;
}

.emptyfields{
    font-style: bold;
}

.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    float: right;
    /* top: ; */
    position: absolute;
}


.column {
    float: left;
    width: 33%;
    padding: 0 10px;
    box-sizing: border-box;
}

/* Remove extra left and right margins, due to padding */
.row {
    margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
    /* content: ""; */
    display: table;
    clear: both;
    box-sizing: border-box;
    height: 100px;

}

/* Style the counter cards */
/* .card {
  padding: 16px;
  text-align: center;
  background-color: lightblue;
  box-sizing: border-box;
  margin-top: 5px;
  margin-left: 5px;
}
.card2 {
  display:block;
  width: 631.28px;
  height:172px;
  padding: 16px;
  text-align: center;
  background-color: white;
  box-sizing: border-box;
  margin-top: 5px;
  margin-left: 5px;
}
 */

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Style inputs with type="text", select elements and textareas */
/*input[type=text], select, textarea {*/
/*  width: 80%;*/
/* Full width */
/*  padding: 12px;*/
/* Some padding */
/*  border: 2px solid blue;*/
/* Gray border */
/*  border-radius: 10px;*/
/* Rounded borders */
/*  box-sizing: border-box;*/
/* Make sure that padding and width stays in place */
/* margin-top: 6px; Add a top margin */
/* margin-bottom: 0%; Bottom margin */
/* margin-top: 2%; */
/* position: static; */
/* resize: vertical Allow the user to vertically resize the textarea (not horizontally) */

/*}*/
/*input[type=text]:focus {*/
/*  background-color: lightblue;*/
/*}*/

/* Style the submit button with a specific background color etc */
/*input[type=submit] {*/
/*  background-color: #4CAF50;*/
/*  color: white;*/
/*  padding: 12px 20px;*/
/*  border: none;*/
/*  border-radius: 4px;*/
/*  cursor: pointer;*/
/*}*/

/* When moving the mouse over the submit button, add a darker green color */
/*input[type=submit]:hover {*/
/*  background-color: #45a049;*/
/*}*/

/* Add a v background color and some padding around the form */
/* .container {
  padding-top: 20%;
  padding-left: 13%;
} */
/*form {*/
/*  margin-top: 5%;*/
/*  margin-left: 5%;*/
/*  max-width: 900px;*/
/*}*/
/* #uploadform{
    
} */

#Pageform {
    
    /* background-color: rgb(231, 225, 195); */
    /* margin-top: 134px; */
    /* height: 100%; */
    /* width: 100%; */
    top: 0;
    left: 0;
    margin-left: 5%;
}
#Pageform h4 {
    font-size: 1.1em;
    color: #252525;
    margin-bottom: 0.5em;
    
    letter-spacing: 5px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
#Pageform input[type="text"], #Pageform input[type="email"] {
    width: 92%;
    color: #9370DB;
    background: #fff;
    outline: none;
    font-size: 0.9em;
    padding: .7em 1em;
    border: 1px solid #9370DB;
    -webkit-appearance: none;
    display: block;
    margin-bottom: 1.2em;
}

#Pageform textarea {
    resize: none;
    width: 93.5%;
    background: #fff;
    color: #9370DB;
    font-size: 0.9em;
    outline: none;
    padding: .6em 1em;
    border: 1px solid #9370DB;
    min-height: 10em;
    -webkit-appearance: none;
}
#Pageform input[type="submit"] {
    outline: none;
    color: #FFFFFF;
    padding: 0.5em 0;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #9370DB;
    transition: 0.5s all;
    border: 2px solid #795CB4;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    width: 47%;
    cursor: pointer;
}
#Pageform input[type="submit"]:hover {
    background: none;
    color: #9370DB;
}


.fcontainer {
    max-width: 600px;
}

.contentgrid {
    display: grid;
    grid-template-rows: repeat(auto-fill, minmax(200px,1fr));
    grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
    background-color: brown;
    border: 12px;
    justify-content: center;
}

.contentitem1 {
    display: block;
    width: 200px;
    height: 200px;
    color: chartreuse;
}
.cardbox {
    width: 172px;
    height: 631.28px;
}
.contact {
    text-align: center;

    font-weight: bold;

}

label {
    font-weight: bold;
    font-size: 15px;
    font-family: sans-serif;



    /* margin-left: 10px; */


}
#subject {
    vertical-align: text-top;
}
#fname, #lname, #State, #email {
    vertical-align: text-top;

    /* font-weight: bold; */
    /* margin-left: 3%; */
    /* margin-top: 2%; */
}

img {
    width: 100%;
    /* height: 392.97px; */
    object-fit: content;
}


.item-1 h2 {
    text-align: center;


}
.item-2 h2 {
    text-align: center;


}
.band {
    height: 100%;
    width: 90%;
    max-width: 95%;
    /* max-height: 90%; */
    margin: auto;
    /*margin-top: 3%;*/
    display: grid;
    grid-template-columns: 1fr;
    /* grid-template-rows: ; */
    grid-gap: 7px;

}

.item-2 >div{
    flex: 1;
}
.card {
    /*min-height: 100%;*/
    /* background: rgb(230, 216, 162); */
    box-shadow: 0 6px 5px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #444;
    /* position: relative; */
    top: 0;
    transition: all .1s ease-in;

}
.card h2 {
    color: black;

}
.card:hover {
    top: -2px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.2);
}

.card article {
    padding: 20px;
    display: flex;

    flex: 1;
    justify-content: space-between;
    flex-direction: column;

}
.card .thumb {

    background-size: cover;
    background-position: center center;
}

#thumb {
    /*padding:5px,5px,5px,5px;*/
    max-width: 300px;
    background-size: cover;
    background-position: center center;
}

.card p {
    flex: 1;
    /* make p grow to fill available space*/
    line-height: 1.4;
}

/* typography */
h1 {
    font-size: 2.2vh;
    margin: 0;
    color: #333;
    text-indent: 2%;
}

.card span {
    font-size: 10px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 2em 0 0 0;
}

        .contentflex {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-content: space-between;
            /* background-color: green; */
            /* max-width: 850px; */
            padding: 10px;
            align-self:center;
        }

        .contentflex > .widget {
            display:block;
            height:100px;
            width:100px;
            flex-flow: row nowrap;
        }

        /* .contentflex > div:nth-child(odd) {
            border: solid thin; 
            margin: 10px; 
            padding: 5px;
        }  */

        .contentflex >div:nth-child {
            border-radius: 5px;
            display: block;
            background-color:  rgb(52, 126, 196)
            ;
            height: 10px;
            width: 100%;
            box-shadow: -2px 2px 3px 0px  black;
            margin: 10px 0px;
        }

   

    .item {
        flex: 1 1 auto;
    }


.productflexcontainer {
    display:flex;
    flex: 2 1 auto;
    /* justify-content: space-around; */
    /* border: 2px solid; */
    margin:10px 10px 10px 10px;
    /* min-height:100%; */
}
.productimage {
    flex: 1 0 auto;
    max-width: 350px;
    /* max-width:50%; */
}

.productdescwrap{
    display: flex;
    flex-flow:row nowrap;
    /* flex: 0 1 auto; */
    width: fit-content;
    /* text-align: left; */
    
}
.productdesc {
    display:flex;
    /* flex: 1 1 auto; */
    flex-flow:column nowrap;
    /* text-align: center; */
    margin: 2px 5px 2px 5px;
    width: fit-content;
    /* align-content: left; */
}

.productdesc > div {
    /* text-decoration: 1px underline; */
    font-weight:600;
    font-size:auto;
    /* max-width:60%; */
    /* align-self: center; */
    margin-top:5px ;
   text-decoration: underline;
    /* text-align: left; */
    /* text-align: justify; */
    
    
}



    .galleryflex {
        display: flex;
        align-self: center;
        /* flex-flow: row nowrap; */
        justify-content: space-between;
        align-content: space-between;
        /* background-color: green; */
        max-width: 850px;
        padding: 0px 10px 0px 10px;
    }

    .galleryflex >div {
        /* background-color: purple; */
        padding: 0px 5px 0px 5px;
        flex: 1;
    }

    .mainwrapper{
        display:flex;
        flex-flow: row nowrap;
        /* flex:2 1 auto; */
        /* justify-content: nospace; */
    }



    .mainwidget {
        height: fit-content;
        max-width:300px;
        /* background-color: blue; */
        flex-flow:column nowrap;
        white-space:nowrap;
    }

    .fillerdiv1 {
        flex: 2 0 auto;
        width: 100%;
        min-height: 100%;
    }

    .mainwidget > div {
        padding:3px;
    }

    #jsclock {
        font-size:2vw;
        font-weight: bold;
       text-align:center;
        /* flex: 0 0 1; */
        /* background-color:yellow; */
        border-bottom: .5px solid;
    }

 
    .maingrid {
        display: grid;
        grid-template-rows: 
        repeat(3, 1fr);
        grid-template-columns: auto;
    }


.banner1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #29293d;
    /* background-color: rgba(52, 126, 196, 0.699); */
    flex-flow: row wrap;
}
.banner1 > div {
    max-width: 100%;
    max-height: 100%;
}
.pwgname {
    flex: 1 1 auto;
    align-self: flex-end;
    font-size: 35px;
    padding: 4px 4px 4px 8px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    
}
.pwgname a {
    color:#FFFFFF;
}
.jingle {
    flex: 0 1 auto;
    align-self: flex-end;
    font-size: 20px;
    margin-top: auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    padding: 0px 8px 4px 8px;
    color:#FFFFFF;
}
#breadcrumbwrapper {
    display:block;
    font-size:16px;
    margin: 2px 10px 0px 5px;
    font-weight: 600;

    /* font-family: Righteous; */
}

.columnwrap {
    display: flex;
    flex-flow: column nowrap;
   
   
}

.footer {
    border-top: 1px solid;
    flex: 1 1 auto;
    /* margin-top:15px; */
    /* flex-shrink: 0; */
    display:flex;
    min-height: 160px;
    max-height: 160px;
    /* align-self:flex-end; */
    flex-wrap:nowrap;
    justify-content:center;
    margin: 0px 15px 15px 10px;
    font-size:12px;
    
    /* background-color: blue; */
    /* bottom: auto; */
}

.footer > div {
    flex-flow: column nowrap;
    display:flex;
    margin: 5px 15px 0px 15px;
    max-width: 25%;
    /* background-color: grey; */
    
}

.footer > div > div {
    flex-flow: column wrap;
    /* background-color: yellow; */
    margin: 2px;
    font-size: 12px;
    /* background-color: lightgrey; */
}

.footer a {
    color: inherit;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.footer a:hover {
    color: rgb(52, 126, 196);
}

.break{
    flex-basis:100%;
    height: 0;
}
ul { 
    
    list-style-position:inside;
    margin:0;
    padding:0; 
    flex-flow: column nowrap;
    list-style-type: circle;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 5px;

}

li{
    list-style-position:inside;
    margin:2px 2px 2px 8px;
    padding:0; 
    flex-flow:column nowrap;
    
}

.copyright {
    display: block;
    text-align: center;
    color:rgba(0, 0, 0, .4);
    font-size: 10px;
    text-align: center;
    /* background-color: white; */
    /* align:center; */
}

.copyright > div {
    display: inline-block;
    max-width: 60%;
}

.collapsibleList 
{
    flex-flow:column nowrap;
    margin: 0px 0px 0px 0px;
    flex:2 2 auto;
    white-space: nowrap;
    display: flex;
    color:black;
    /* background-color: #f0e68c; */
    height: 100%;
    list-style-type: none;
}
.collapsibleList > li{
    font-size: 2.5vh;
    margin-left: .7vw;
    margin-right: .5vw;
    list-style-type: disc;

  }
  .sidenav a:hover
  {
    color:rgb(52, 126, 196);
  }
  .sidenav{
    flex-flow:column nowrap;
    margin: 0px 0px 0px 0px;
    flex:2 2 auto;
    white-space: nowrap;
    display: flex;
    color:black;
    /* background-color: #f0e68c; */
    height: 100%;
    list-style-type: none;

  }
  .sidenav > li{
    font-size: 2.5vh;
    margin-left: .7vw;
    margin-right: .5vw;
    list-style-type: disc;

  }
  .collapsibleList > ul {
cursor: pointer;
list-style-type: none;  

}
  .collapsibleList a
  {
      color: black;

  }
  .collapsibleList a:hover
  {
    color:rgb(52, 126, 196);
  }
  
   li.collapsibleListOpen{
    transition: 8s;
    cursor: pointer;

  }
  
  li.collapsibleListClosed{
    transition: .5s;
    cursor           : pointer;
  } 
  